home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / arp / arp.doc next >
Text File  |  1979-12-31  |  4KB  |  82 lines

  1.                               ** ARP.EXE **
  2.                              David L. Collins
  3.                              March 13, 1988
  4.  
  5.     ARP is an arpeggiator program for use with a PC equipped with a MPU-401
  6. MIDI interface.  It was written and compiled using Lattice C, and the MOXC
  7. and CMT MIDI libraries.  These libraries are included in the Carnegie Mellon
  8. University MIDI Toolkit (CMT) (see below for more info).
  9.  
  10.     ARP produces a 4 note arpeggio on a designated MIDI channel when a
  11. note-on event occurs on the trigger channel.  The trigger channel can be any
  12. one of the 16 MIDI channels, including the arpeggiated channel. The arpeggio
  13. repeats until another note-on changes the pitch. The arpeggiator is turned
  14. on and off by pressing the spacebar.
  15.  
  16.     The default chord produced is a major triad with an eighth (1,3,5,8).
  17. This chord may be changed by pressing the appropriate keys, while the arpeg-
  18. giator is either running or stopped.  The available options are Major, Minor,
  19. Seventh, Ninth, Augmented, Diminished, or any logical combination thereof.
  20.  
  21.     ARP also allows the user to adjust the rate of speed, as well as the key
  22. velocity (volume) of the arpeggios.  In addition, ARP asks for a range of
  23. trigger notes, thereby enabling one to split a keyboard into arpeggiated and
  24. non-arpeggiated sections.
  25.  
  26.      Like any MIDI program, ARP can be quirky sometimes.  Despite that, I
  27. hope you find it useful and fun.
  28.                                 -Dave Collins-
  29.  
  30.  
  31.                       ***  ARP Command Keys  ***
  32.  
  33.                  All commands are non-case sensitive.
  34.  
  35.                  M [or m] ........ Switch between minor/major
  36.                  D [or d] ........ Turn Diminished on/off
  37.                  A [or a] ........ Turn Augmented  on/off
  38.                  7 [or &] ........ Turn Seventh on/off
  39.                  9 [or (] ........ Turn Ninth on/off
  40.                  0 [or )] ........ Reset standard major chord
  41.                  + [or =] ........ Increase speed (default = 100 BPM)
  42.                  - [or _] ........ Decrease speed
  43.                  > [or .] ........ Increase volume (default = MAX)
  44.                  < [or ,] ........ Decrease volume
  45.                  SPACEBAR ........ Turn arpeggiator on/off
  46.                  Escape   ........ Stop program
  47.  
  48.  
  49.      Because ARP is written using MOXC the following MOXC command line
  50.      options are available:
  51.  
  52.       ARP [options]
  53.                         -block            disable MIDI thru
  54.                         -debug (-d)       enable verbose debug mode
  55.                         -help             this message
  56.                         -miditrace (-m)   turn on MIDI command trace
  57.                         -tune file        use tuning from file
  58.                         -trace (-t)       trace music
  59.  
  60.  
  61.  
  62. The CMT software:
  63.  
  64.     " The CMU MIDI Toolkit (CMT) is a software package designed for
  65. experimental computer music education, composition, performance, and
  66. research.  CMT includes a compiler for a simple, text based music language,
  67. and software for recording, playing, and computing MIDI data in real time.
  68. CMT has three major attractions: the flexibility of an open ended design,
  69. the availability of source code, and low system cost."
  70.                                                   (from the CMT manual)
  71.  
  72. CMT consists of 2 disks and an 80 page manual and costs $20.00.
  73. ( It's the best 20 bucks I ever spent on MIDI)
  74.  
  75. CMT is distributed by :
  76.  
  77.                            Center for Art & Technology
  78.                            College of Fine Arts
  79.                            Carnegie Mellon University
  80.                            Pittsburgh, PA, 15213-3890
  81.  
  82.